home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / f90 / kind.z / kind
Text File  |  1998-10-30  |  1KB  |  37 lines

  1. KIND(3I)                                               Last changed: 1-6-98
  2.  
  3.  
  4. NNAAMMEE
  5.      KKIINNDD - Returns the value of the kind type parameter of _x
  6.  
  7. SSYYNNOOPPSSIISS
  8.      KKIINNDD (([XX==]_x))
  9.  
  10. IIMMPPLLEEMMEENNTTAATTIIOONN
  11.      UNICOS, UNICOS/mk, and IRIX systems
  12.  
  13. SSTTAANNDDAARRDDSS
  14.      Fortran 90
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      The KKIINNDD intrinsic function returns the value of the kind type
  18.      parameter of _x.  It maps variable space into kind values, and it
  19.      accepts the following argument:
  20.  
  21.      _x    May be of any intrinsic type
  22.  
  23.      KKIINNDD is an inquiry function.  The name of this intrinsic cannot be
  24.      passed as an argument.
  25.  
  26. RREETTUURRNN VVAALLUUEESS
  27.      The result is a default integer scalar value and has a value equal to
  28.      the kind type parameter value of _x.
  29.  
  30. EEXXAAMMPPLLEESS
  31.      KKIINNDD((00..00)) has the kind type parameter value of default real.
  32.  
  33. SSEEEE AALLSSOO
  34.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
  35.      printed version of this man page.
  36.  
  37.